/* CSS Document */
*{text-overflow: ellipsis;}
body{
	margin: auto; background-color:#FFFFFF;
	font-size: 14px;
	line-height: 1.5;
	font-family: "微软雅黑", "宋体", Arial;
	color: #000000; min-width:767px; 
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,th,td{margin:0;padding:0;}
table{
border-collapse: collapse;
}
a{
color: #000000;
text-decoration: none;	text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
a:hover{
	color: #005baa;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
ul,li,p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
.clear{ clear:both}
.box{
	width:1080px; max-width:96%;
	margin: auto; 
}
.box1{ margin:auto; width:1210px;max-width:100%}
.fl{ float:left}
.fr{ float:right}


.header .logo{margin-top:10px; float:left;}
.app_header{ display:none}


/*.app_top{width:100%;height:98px; float:left;}*/
.header{
	width:100%;
	z-index:99;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #005baa;
	z-index:9999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; padding-top:10px;  float:left;
}
.header .box1{
	position: relative;
}
.header .box1 .tel{
	line-height: 30px;
	background-image: url(tel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 27px;
	width: 287px;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	top: -10px;
	right: 0px;
	text-align:center; line-height:25px; z-index:9999;
	
}
.header .box1 .tel a.adds{

	display:inline-block;
	padding-left:5px; padding-right:5px;
	color:#FFFFFF;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 0px;
}
.header .box1 .tels{
	margin-top:30px;
	background-image: url(t1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 55px;
}
.header .box1 .tels span{
	display:block;
	font-size: 14px;
	font-family: "宋体";
}
.header .box1 .tels i{
	display:block;
	color:#f20201;
	font-size:24px;
	font-weight: bold;
}


.header>#nav{
	background-color: #005BAC; float:left; width:100%; clear:both; line-height:50px; margin-top:10px;
}
#nav ul{ float:left; width:100%;}
#nav ul li{
	float:left;
	width:12.5%;
	text-align:center;
	position: relative;
}
#nav >.box1>ul> li:hover>a{	background-color: #FF7E00;}
#nav ul li a{
	color:#FFFFFF;
	display:block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #014582;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006ECF; font-size:16px;
}
#nav ul li.nbg>a{border-left-width: 0px;}
#nav >.box1>ul>li:last-child>a{border-right-width:0px;}
#nav ul li ul li a{
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FF9326;
	border-bottom-color: #EC7600; font-size:14px;
}
#nav ul li a.select,#nav ul li a:hover{
	color: #FFFFFF;
	background-color: #FF7E00;
}
#nav ul li ul li a:hover{
	background-color: #005BAC;
}
#nav ul ul{background-color: #005BAC;
	display:none;
	line-height: 32px;
	float: left;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50px; z-index:22;background-color: #FF7E00;
}

#nav ul li  ul li{ width:100%;}
/*banner的CSS布局*/
.banner{ width:100%; overflow:hidden; position:relative; }

.banner .hd{ height:20px; overflow:hidden; position:absolute;right:0; left: 0;  margin: 0 auto; bottom:30px;z-index:2; }
.banner .hd ul{ overflow:hidden; zoom:1; text-align:center;}
.banner .hd ul li{ display:inline-block; margin:0 4px;  width:12px; height:12px; line-height:14px; text-align:center; background:rgba(255,255,255,0.6); cursor:pointer;border-radius:100%; }
.banner .hd ul li.on{ background:rgba(255,255,255,1); color:#fff;}

.banner .bd{ position:relative; height:100%; z-index:0;}
.banner .bd li{ zoom:1; vertical-align:middle;}
.banner .bd li a{ cursor: w-resize}
.banner .bd li a .img{ width:100%;background-position: center top; background-repeat: no-repeat; }
.banner .bd li a img{ max-width: 100%; display:none}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png)-110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.banner .next{ left:auto; right:3%; background-position:8px 5px;}
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100);opacity:1;}
.banner .prevStop{ display:none;}
.banner .nextStop{ display:none;}
/*底部*/
.footer2{
	background-color: #2D3236;
	float: left;
	width: 100%; padding-top:50px; padding-bottom:50px;
}
.footer{
	background-color: #23282C;
	text-align: center;
	float: left;
	width: 100%;
	line-height:1.5;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer,.footer a,.footer2,.footer2 a{ color:#999999}
.footer2 .message{
	width:200px;
	float: left;

}
.footer2 .footnav{ width:250px; float:left;}
.footer2 .footnav ul{ float:left; width:100%;}
.footer2 .footnav ul li{ float:left; width:50%; line-height:35px;}
.footer2 .flx{ width:280px; float:left; line-height:2;}
.footer2 .qrcode{ width:250px; float:right}
.footer2 .etitle{
	color:#FFFFFF;
	font-size: 22px;
	text-align: left;
	line-height: 32px; text-align:center;
}
.footer2 .etitle span{ color:#d4bb56}
.footer2 .econtent{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.footer2 .message .item span{ display:none}
.footer2 .message .item,.footer2 .message .tijiao{
	float:left;
	width:100%;
	clear:both;
	margin-top: 10px; 
}
.footer2 .message input{
	width: 96%;
	border: 0px solid #ddd;
	height: 24px; padding-left:2%; padding-right:2%;
}
.footer2 .message button{
	background-color: #D4BB56;
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:32px;
	font-size: 16px;
	color: #FFFFFF;
}
.footer2 .footnav .etitle,.footer2 .qrcode  .etitle,.footer2 .flx  .etitle{
	text-align:center;
	text-indent: 30px;
}
.footer2 .footnav .econtent,.footer2 .qrcode  .econtent,.footer2 .flx  .econtent{
padding-left:30px; 

}
.footer2 .footnav,.footer2 .qrcode ,.footer2 .flx {

margin-left: 30px;
}
.footer2 .footnav .econtent,.footer2 .qrcode  .econtent,.footer2 .flx  .econtent{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666;
min-height:180px;
}



#foot1{
	float: left;
	width: 100%;
	min-height:100px;
	padding-top: 50px;
	padding-bottom: 15px;
	background-image: url(foot1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size:12px;
	text-align: center;

}
#foot1 .footnav{ line-height:30px; text-align:center}
#foot1 .footnav a{
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
	margin-right: 10px;
}
#foot1 .copy{ clear:both; padding-top:20px;}
#foot1 .copy,#foot1 .copy a{ color:#999999; font-size:12px;}

.list{
	float: left;margin: 10px;

}
.list .img{ background-color:#FFFFFF;}
.list .img img{ max-width:100%;}
.list div{
	text-align: center;
	white-space: nowrap;
	float: left;
	width: 100%;
	overflow: hidden;
}
.list div.ntitle{
	line-height:32px;
	float: left;
	width: 98%;

	padding-right: 1%;
	padding-left: 1%;
}
.list a:hover div.ntitle{ color: #005baa;

}

.links{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd; background-color:#FFFFFF; clear:both
}
.link{
	background-image: url(link.jpg);
	background-repeat: no-repeat;
	background-position: left 11px; font-size:12px;
	clear: both;
	min-height: 27px;
	padding-left: 110px;
	padding-top:15px;
	padding-bottom:10px;
}
.link .etitle{ display:none}






.link .etitle{ display:none}
.hot{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#ffffff;
	background-image: url(1_r3_c4.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.hot .search{
	background-image: url(gg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 50px;
}
.hot .search,.hot form{ float:left; color:#333333; font-size:14px; line-height:30px;}

.hot form{ margin-left:15px;}
.hot form input{
	/*	background-image: url(s.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	float:left;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cccccc;

	padding-left:10px; float:left; width:200px;
}
.hot form button{
	background-image: url(sbtn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-color: #FF7E00;
}
.hot .share{  line-height:28px; color:#666666; font-size:12px;}

.news{
	float: left;
	width: 100%;
	padding-top:50px;
	padding-bottom:50px;
	background-image: url(newsbg.jpg);
	background-repeat: no-repeat;
	background-position: center top; min-height:594px;
}

.news .picli{
	background-color: #f5f5f5;
	float: left;
	width: 58%;
	margin-bottom: 20px;
	margin-left: 1%;
	padding-right: 1%;
	padding-left: 0%;
	background-image: url(3_r5_c81.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.news .picli:hover{background-image: url(3_r4_c8.jpg);}
.news .picli .more{ display:none}
.news .picli .img{ float:left; width:190px;}
.news .picli .img img{ width:190px; height:140px;}
.news .picli .right{ margin-left:210px;}
.news .picli .right a{
	color: #333333; font-size:18px
}
.news .picli .right .time{ font-size:12px; color:#999999}
.news .picli .right .ntitle{
	white-space: nowrap;
	float: left;
	width: 100%;
	overflow: hidden;
	font-size: 14px; line-height:35px;
}
.news .picli .right .dp{
	color:#999999;
	font-size:14px;
	 line-height:1.5; height:4.5em; overflow:hidden;	float: left;
	width: 100%; margin-top:5px;
}

.news .econtent{ float:left; width:100%; margin-top:20px;}
.news .econtent .n1{ width:38%; margin:auto; padding:0px;}
.news .econtent .n1 .img{ width:100%; margin-bottom:10px;}
.news .econtent .n1 .img img{ width:100%; height:325px;}
.news .econtent .n1 .right{ margin-left:0px; width:100%;}
.news .econtent .n1 .time{ display:none}
.news .econtent .n1 .more{
	display:block;
	font-size:14px;
	text-align:right; float:left; width:100%; line-height:32px; padding-top:10px;

}
.news .econtent .n1 .more a{ font-size:14px; 	
     background-image: url(more.jpg);
	background-repeat: no-repeat;
	background-position: right center; display:inline-block; padding-right:30px; }
.news .econtent .n1{ background:none}
.news .econtent .n1 .right .dp{ font-size:14px; height:3em; color:#666666}
.yingyong .bd li a img{ display:block}

.yingyong .bd li {
	width:25%;
	float:left;

}
.yingyong{
	margin-top:2px;
	clear:both;
	float:left;
	width:100%;
	background-color:#ffffff;
	padding-bottom:50px;
	background-image: url(shebeibg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/ min-height:470px; padding-top:50px; padding-bottom:50px;
}
.yingyong .box1{
	position: relative;
}

.yingyong .bd li .picli{ width:272px; margin:auto; }
.yingyong .bd li .imgs{
	float:left;
	width:260px;
	padding:5px;
	height:210px;
	overflow:hidden;
	background-color:#ffffff;
	border: 1px solid #dddddd;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.yingyong .bd li .imgs img{ width:260px; height:210px;}
.yingyong .bd li div{ clear:both}
.yingyong .bd li .ntitle{
	font-size:16px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
}
.yingyong .box{
	position: relative;
}
.yingyong .h2{ clear:both; color:#333333; text-align:center; padding-bottom:30px; padding-top:15px; width:80%; margin:auto}
.yingyong .bd li .ntitle a{ color:#333333; line-height:3;}
.yingyong .bd li .dp{ height:4.5em; overflow:hidden; line-height:1.5; font-size:12px; color:#999999}
.yingyong a.prev{
	background-color: #D40400;
	background-image: url(pre.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 27px;/*border-radius:100%;	*/ filter:alpha(opacity=80);opacity:0.8; left:-27px;margin-top:0px; 
}
.yingyong a.next{	/*border-radius:100%;	*/background-color: #D40400;
	background-image: url(next.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 27px;filter:alpha(opacity=80);opacity:0.8; right:-27px; margin-top:0px; }
	
.chang2{ display:none}
.chang3{ display:block}
.yingyong .etitle,.news .etitle{
	font-size:36px; text-align:center; line-height:2; margin-bottom:10px;
}
.yingyong .etitle b,.news .etitle b{
	display:inline-block;
	position: relative;
	font-weight: lighter;
}
.yingyong .etitle b:after,.news .etitle b:after{
	content:'';
	float: left;
	width: 80px;
	margin-left: -40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	position: absolute;
	left: 50%;
	bottom: 0px;
}

.pro{ width:1366px; max-width:100%; margin:auto}
.pro .item{
	float:left;
	width:33.3333%;
	height:448px;
	overflow:hidden;
	position: relative;
}
.pro .titlebg{
	position: absolute;
	left: 0px;
	top: 20%;
	text-align: center;
	z-index: 2; float:left; width:100%;
}
.pro .titlebg .h2{
	font-size:28px;
	text-transform: uppercase;
}
.pro .titlebg .h4{ padding-top:10px;}
.pro .titlebg .h4,.pro .titlebg .h4 a{ color:#333333}
.pro .titlebg .h3{font-size:28px;
	text-transform: uppercase; color:#666666;}
.pro .item3 .titlebg{ top:50%; margin-top:-30px;}
.pro .item .hcs{ width:80%; float:left; margin-left:10%; margin-right:10%;}
.pro .item .hcs .etitle{font-size:28px;
	text-transform: uppercase; line-height:1.5; padding-top:50px;}
.pro .item .hcs .h1{
	color:#666666;
	position: relative;
}	
.pro .item .hcs .h1:after{
	content:'';
	float: left;
	width: 50px;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	position: absolute;
	left: 0%;
	bottom: -10px;
}
.pro .item .hcs .hc{color:#666666; padding-top:15px; line-height:3; padding-top:30px; padding-bottom:30px;}
.pro .item .hcs .more{ text-align:right; line-height:32px;}
.pro .item .hcs .more a{
	background-image: url(more.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 28px; display:inline-block; color:#333333
}
.pro .item1:hover,.pro .item5:hover{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top; background-size:100% 100%;
}
.pro .item1:hover ,.pro .item5:hover ,.pro .item1:hover .h1 ,.pro .item5:hover  .h1,.pro .item1:hover .hc,.pro .item5:hover  .hc,.pro .item1:hover a,.pro .item5:hover a,.pro .item:hover,.pro .item:hover a,.pro .item:hover .h4,.pro .item:hover .more a{ color:#FFFFFF}

.pro .item:hover .hcs .h1:after{

	border-bottom-color: #FF6600;

}
.pro .item:hover .more a{
	color:#FFFFFF;
	background-image: url(morehover.jpg);
}
.pro .item3:hover .h2,.pro .item3 a:hover .h2{ color:#000000}
.pro .item .img2{ display:none}
.pro .item .img1{ display:block}
.pro .item:hover  .img2{ display:block}
.pro .item:hover  .img1{ display:none}